home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / ftp / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  2.2 KB  |  58 lines

  1. #! /usr/bin/perl5
  2. #
  3. # description.frm
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: description.frm,v 1.11 1997/04/17 21:29:01 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <H2>File Transfer Protocol (FTP)</H2>
  26. <P>
  27. The file transfer protocol (FTP) is a TCP/IP service that sends and
  28. receives files to and from remote networks. The <VAR>ftp</VAR> command
  29. interpreter supports the user interface to FTP: it manages requests for
  30. connections to remote servers and provides options for controlling the
  31. file transfer session. The <VAR>ftpd</VAR> daemon process supports FTP
  32. functions on the server: it accepts incoming connections and responds
  33. to user requests during the session.
  34. </P>
  35. <P>
  36. Ordinarily, FTP connections require a login procedure that identifies
  37. the user and assigns a user account and privileges for the session.
  38. However, this connection method does not accommodate connection
  39. requests from users who are unknown to the server. To offer FTP
  40. services to unknown users, you can implement <VAR>anonymous FTP.</VAR>
  41. Anonymous FTP allows anyone to connect to the server but, by
  42. restricting directory access, it restricts what these users may do.
  43. </P>
  44. <P>
  45. Configuring FTP involves specifying <VAR>ftpd</VAR> parameters and
  46. setting up the anonymous FTP user account. You configure and manage FTP
  47. using these forms:
  48. </P>
  49. <UL>
  50. <LI><A HREF="index.ftp1.shtml" TARGET="left">Anonymous FTP</A>
  51. <LI><A HREF="index.ftp2.shtml" TARGET="left">FTP Server</A>
  52. </UL>
  53. <P>
  54. For instructions on setting up anonymous FTP, see IRIX Admin:
  55. Networking and Mail.<BR> See also ftp(1C) and ftpd(1M).
  56. </P>
  57. EndOfFile
  58.